home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_30636.txt < prev    next >
Text File  |  1990-08-24  |  6KB  |  278 lines

  1. -- card: 30636 from stack: in.0
  2. -- bmap block id: 30757
  3. -- flags: 0000
  4. -- background id: 10646
  5. -- name: getting started
  6. ----- HyperTalk script -----
  7. -- Go to the appropriate cd
  8. on goToCd
  9.   hilite the target,1,10
  10.   visual iris open
  11.   go cd the short name of the target
  12. end goToCd
  13.  
  14.  
  15.  
  16. -- part 4 (button)
  17. -- low flags: 00
  18. -- high flags: 0000
  19. -- rect: left=217 top=280 right=328 bottom=265
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 1
  23. -- font id: 0
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: go to main menu
  28. ----- HyperTalk script -----
  29. -- Go to the appropriate cd; the "goToCd" handler is in the bg script
  30. on mouseUp
  31.   goToCd
  32. end mouseUp
  33.  
  34.  
  35.  
  36.  
  37. -- part 6 (button)
  38. -- low flags: 00
  39. -- high flags: 0000
  40. -- rect: left=109 top=165 right=214 bottom=157
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: how to use this stack
  49. ----- HyperTalk script -----
  50. -- Go to the appropriate cd; the "goToCd" handler is in the bg script
  51. on mouseUp
  52.   goToCd
  53. end mouseUp
  54.  
  55.  
  56.  
  57.  
  58. -- part 15 (field)
  59. -- low flags: 81
  60. -- high flags: 2004
  61. -- rect: left=167 top=107 right=181 bottom=276
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 0
  65. -- font id: 174
  66. -- text size: 18
  67. -- style flags: 0
  68. -- line height: 20
  69. -- part name: inProduction
  70.  
  71.  
  72. -- part 24 (field)
  73. -- low flags: 01
  74. -- high flags: 0000
  75. -- rect: left=17 top=73 right=100 bottom=357
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 0
  79. -- font id: 174
  80. -- text size: 18
  81. -- style flags: 0
  82. -- line height: 20
  83. -- part name: titleFld
  84.  
  85.  
  86. -- part 26 (field)
  87. -- low flags: 01
  88. -- high flags: 0000
  89. -- rect: left=271 top=273 right=332 bottom=459
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 0
  93. -- font id: 174
  94. -- text size: 14
  95. -- style flags: 0
  96. -- line height: 14
  97. -- part name: Go To Main Menu
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   send mouseUp to btn (short name of me)
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 27 (field)
  106. -- low flags: 01
  107. -- high flags: 0000
  108. -- rect: left=162 top=166 right=213 bottom=430
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 0
  112. -- font id: 174
  113. -- text size: 14
  114. -- style flags: 0
  115. -- line height: 14
  116. -- part name: How to Use This Stack
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   send mouseUp to btn (short name of me)
  120. end mouseUp
  121.  
  122.  
  123.  
  124. -- part 29 (field)
  125. -- low flags: 01
  126. -- high flags: 0000
  127. -- rect: left=115 top=107 right=153 bottom=405
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 0
  131. -- font id: 174
  132. -- text size: 14
  133. -- style flags: 0
  134. -- line height: 14
  135. -- part name: Goals & Objectives
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   send mouseUp to btn (short name of me)
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part 30 (button)
  144. -- low flags: 00
  145. -- high flags: 0000
  146. -- rect: left=60 top=105 right=153 bottom=109
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: goals & objectives
  155. ----- HyperTalk script -----
  156. -- Go to the appropriate cd; the "goToCd" handler is in the bg script
  157. on mouseUp
  158.   goToCd
  159. end mouseUp
  160.  
  161.  
  162.  
  163.  
  164. -- part 32 (button)
  165. -- low flags: 00
  166. -- high flags: 0001
  167. -- rect: left=473 top=286 right=318 bottom=505
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 28467 / 28467
  170. -- text alignment: 1
  171. -- font id: 0
  172. -- text size: 12
  173. -- style flags: 0
  174. -- line height: 16
  175. -- part name: grey2
  176.  
  177.  
  178. -- part 34 (button)
  179. -- low flags: 00
  180. -- high flags: 0001
  181. -- rect: left=473 top=304 right=336 bottom=505
  182. -- title width / last selected line: 0
  183. -- icon id / first selected line: 28467 / 28467
  184. -- text alignment: 1
  185. -- font id: 0
  186. -- text size: 12
  187. -- style flags: 0
  188. -- line height: 16
  189. -- part name: grey2
  190.  
  191.  
  192. -- part 31 (button)
  193. -- low flags: 00
  194. -- high flags: 2000
  195. -- rect: left=471 top=305 right=337 bottom=510
  196. -- title width / last selected line: 0
  197. -- icon id / first selected line: 14077 / 14077
  198. -- text alignment: 1
  199. -- font id: 0
  200. -- text size: 12
  201. -- style flags: 0
  202. -- line height: 16
  203. -- part name: Prev
  204. ----- HyperTalk script -----
  205. on mouseUp
  206.   visual wipe left
  207.   go card "before You Start"
  208. end mouseUp
  209.  
  210.  
  211.  
  212. -- part 35 (field)
  213. -- low flags: 01
  214. -- high flags: 0000
  215. -- rect: left=230 top=236 right=253 bottom=401
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 0 / 0
  218. -- text alignment: 0
  219. -- font id: 174
  220. -- text size: 14
  221. -- style flags: 0
  222. -- line height: 14
  223. -- part name: about this training
  224. ----- HyperTalk script -----
  225. on mouseUp
  226.   send mouseUp to btn (short name of me)
  227. end mouseUp
  228.  
  229.  
  230.  
  231. -- part 36 (button)
  232. -- low flags: 00
  233. -- high flags: 0000
  234. -- rect: left=165 top=225 right=273 bottom=213
  235. -- title width / last selected line: 0
  236. -- icon id / first selected line: 0 / 0
  237. -- text alignment: 1
  238. -- font id: 0
  239. -- text size: 12
  240. -- style flags: 0
  241. -- line height: 16
  242. -- part name: about this training
  243. ----- HyperTalk script -----
  244. -- Go to the appropriate cd; the "goToCd" handler is in the bg script
  245. on mouseUp
  246.   goToCd
  247. end mouseUp
  248.  
  249.  
  250.  
  251.  
  252. -- part contents for card part 15
  253. ----- text -----
  254. SORRY—
  255. Still in production
  256.  
  257. -- part contents for card part 24
  258. ----- text -----
  259. G E T T I N G   S T A R T E D
  260.  
  261. -- part contents for card part 26
  262. ----- text -----
  263. GO TO MAIN MENU
  264. Once you have seen the other sections‚Äîor if you want to skip them‚Äîclick here.
  265.  
  266. -- part contents for card part 27
  267. ----- text -----
  268. HOW TO USE THIS STACK
  269. Click here to learn about navigating through this stack, and special features.
  270.  
  271. -- part contents for card part 29
  272. ----- text -----
  273. GOALS & OBJECTIVES
  274. Click here to see what you can expect to know at the end of this Product Training.
  275.  
  276. -- part contents for card part 35
  277. ----- text -----
  278. ABOUT THIS TRAINING